@extends('admin.layout.master') @section('content')

سبد سفارش

@include('admin.factor.content')
@if(Cart::count() > 0)
@csrf
@endif
@endsection