@extends('layouts.template') @section('template')

Edit Supplier Details

{{ method_field('PUT') }} {{ csrf_field() }}
@if($errors->has('sup_name')) {{ $errors->first('sup_name')}} @endif
@if($errors->has('sup_address')) {{ $errors->first('sup_address')}} @endif
@if($errors->has('sup_phone_no')) {{ $errors->first('sup_phone_no')}} @endif
@if($errors->has('sup_email')) {{ $errors->first('sup_email')}} @endif
@if($errors->has('sup_photo')) {{ $errors->first('sup_photo')}} @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
@if($errors->has('unit')) {{ $errors->first('unit')}} @endif
@endsection