@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("production-order-notes")}}

{{__("production-order-notes")}}

@endsection @section("content")
@forelse($order_notes as $notes)

NOTE :

{{$notes->note}}
{{$notes->user->user_name}}
{{$notes->date}}

@empty

{{__('There Is No Notes')}}

@endforelse
@endsection @section("scripts") @endsection