@extends('layouts.main') @section('title', 'Your Cart') @section('style') @endsection @section('navbar') @include('layouts.navbar') @endsection @section('content')
@endsection @section('script') @endsection