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