@extends('layouts.template') @if(Auth::user()->role == 'admin') @section('template')

Edit Account

{{ method_field('PUT') }} {{ csrf_field() }}
@if($errors->has('op_bal_dr')) {{ $errors->first('op_bal_dr')}} @endif
@if($errors->has('op_bal_cr')) {{ $errors->first('op_bal_cr')}} @endif

is_payment_method == 1) checked @endif> Yes
@endsection @endif