@extends('admin.layout.app') @section('main-content') Premium Bank Details Premium Bank Details @include('includes.messages') {{ csrf_field() }} Consignee Select Consignee @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach Bank Name Bank Address Bank Account No. Location Select Currency: Select Currency. (£) British Pound ($) US Dollar (€) Euro Sort Code Iban Number Swift Code Status Select Status Inactive Active @endsection @section('more-scripts') @endsection