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