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