@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.received_movements_report') ?? 'تقرير الحركات الواردة' }} @stop @section('page-header')
@endsection @section('content') @if (session('success')) @endif
فلترة تقرير الاستلام
{{ __('Received Movements Report') }} / تقرير الحركات الواردة
@include('reports.movements.partials.received_movements_table')
@foreach($receivedMovements as $movement) @endforeach @endsection @section('js') @endsection