@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Supply Of Order Notes")}}
{{__("Supply Of Order Notes")}}
{{__("Dashboard")}}
{{__("Supply Of Order Notes")}}
@endsection @section("content")
@forelse($order_notes as $notes)
NOTE :
{{$notes->note}}
{{$notes->user->user_name}}
{{$notes->date}}
Reply Notes?
{{$notes->reply}}
Send
@empty
{{__('There Is No Notes')}}
@endforelse
@endsection @section("scripts") @endsection