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