@extends('master.app') @section('title', 'Report') @section('pageCSS') @endsection @section('body') Sale Report @if ($bdate == 1) From Date @else From Date @endif @if ($bdate == 1) To Date @else To Date @endif Choose Type All Default Row Material Printing Pressing Choose Currency All @foreach ($currencies as $row) {{ $row->title_en }} @endforeach @error('currency_id') {{ $message }} @enderror Find Print @endsection @section('pageJs') @endsection