Choose the csv file to upload {{ Form::open(['url' => Request::url(), 'method' => 'post', 'id' => 'form-import-csv', 'files' => true, 'class' => 'smart-form']) }} @if(isset($_error_)) × {{ $_error_ }} @endif Browse {{ Form::close() }}
List of Currencies to update for the Branches Currency Buy Sell @foreach ($items as $item) {{ $item['title'] }} {{ $item['buy'] }} {{ $item['sell'] }} @endforeach Update Currencies