@extends('master.app') @section('title', 'Report') @section('pageCSS') @endsection @section('body') Invoice Report of {{ $supplier->name }} From To Choose Currency All @foreach ($currencies as $row) {{ $row->title_en }} @endforeach @error('currency_id') {{ $message }} @enderror Find Print @endsection @section('pageJs') @endsection