@extends('layouts.app') @section("title", " - Home") @section("content")
@if (session('info'))
{{session('info')}}
@endif {{ $exports->links() }}
@foreach ($exports as $exp) @php $i++ @endphp @endforeach
Sr Date Manager Invoice Export Licence ED Total Weight Values FE Rate
(USD->THB)
Selling Rate Document Action
{{ $i }} {{ \Carbon\Carbon::parse($exp->eddate)->format('d-m-Y') }} {{ $exp->manager->name }} {{ $exp->invno }} {{ $exp->elno }} {{ $exp->edno }} {{ $exp->weight }} {{ $exp->value }} {{ $exp->thbrate }} {{ $exp->sellingrate . " %" }} id")}}" target="_blank"> @if($exp->attacheddoc<>"") View File @endif id")}}" class="btn btn-primary btn-sm">Edit Delete
{{ $exports->links() }}
{{-- ====================== Modal Delete ===================== --}} @foreach($exports as $exp) @endforeach {{-- ====================== Modal Delete =====================--}} @endsection