@extends('admin.layouts.master') @section('title') @lang('messages.edit_bank') @endsection @section('styles') @endsection @section('page_header')

@lang('messages.edit_bank')

@endsection @section('content')
{!! Form::model($bank, ['method' => 'PATCH', 'url' => route('admin.banks.update', $bank->id),'class' => 'form-horizontal form-row-seperated', 'files'=> 'true']) !!}

@lang('messages.information') @lang('messages.banks')

@include('admin.banks._form')
{!! Form::close() !!}
@endsection @section('scripts') @endsection