@extends('admin.layout.app') @section('main-content') Premium Bank Details Premium Bank Details @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Consignee Select Consignee @foreach ($consignees as $consignee) consignee_id == $consignee->id) selected @endif>{{ $consignee->name }} @endforeach Bank Name Bank Address {{ $premium_bank_detail->bank_address }} Bank Account No. Location Select Currency: Select Currency. currency == 'gbp') selected @endif> (£) British Pound currency == 'usd') selected @endif> ($) US Dollar currency == 'euro') selected @endif> (€) Euro Sort Code Iban Number Swift Code Status Select Status status == 'inactive') selected @endif>Inactive status == 'inactive') selected @endif>Active @endsection @section('more-scripts') @endsection