@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_GENERATE_FOREX_GAIN_REPORT")) @section("page_style") @endsection @section("content")

{!! trans("message_lang.LBL_GENERATE_FOREX_GAIN_REPORT") !!}

@csrf
@error('country') {{ $message }} @enderror
@error('company') {{ $message }} @enderror
@error('from_date') {{ $message }} @enderror
@error('to_date') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection