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

Edit Customer Details

{{ method_field('PUT') }} {{ csrf_field() }}
@if($errors->has('customer_name')) {{ $errors->first('customer_name')}} @endif
@if($errors->has('address')) {{ $errors->first('address')}} @endif
@if($errors->has('mobile_no')) {{ $errors->first('mobile_no')}} @endif
@if($errors->has('phone')) {{ $errors->first('phone')}} @endif
@if($errors->has('email')) {{ $errors->first('email')}} @endif

@if($errors->has('op_bal_debit')) {{ $errors->first('op_bal_debit')}} @endif
@if($errors->has('op_bal_debit')) {{ $errors->first('op_bal_debit')}} @endif
@endsection @endif