@extends('layouts/contentLayoutMaster') @section('title', __('forms.banks.btn_new')) @section('vendor-style') @endsection @section('page-style') @endsection @section('content')

@lang('forms.banks.btn_new')

@csrf
@error('name') {{ $message }} @enderror
@error('code') {{ $message }} @enderror

@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} {{-- --}} @endsection