@extends('layouts.back-end.body') @section('content')

{{ __('message.ordered products for customer') }}: {{$customer->phone}}

@include('back-end.customer.script') @foreach($productTakens as $index =>$productTaken) @endforeach @if($next_product) @endif
@include('back-end.customer.form') @if (session('status'))
{{ session('status') }}
@endif @endsection