@extends('master.app') @section('title', 'Report') @section('pageCSS') @endsection @section('body') Customer Return Report @if ($bdate == 1) From Date @else From Date @endif @if ($bdate == 1) To Date @else To Date @endif All Customers @foreach ($customers as $customer) {{ $customer->name }} @endforeach Choose Currency All @foreach ($currencies as $row) {{ $row->title_en }} @endforeach @error('currency_id') {{ $message }} @enderror Find Print @endsection @section('pageJs') @endsection