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

Add New Supplier

{{ csrf_field() }}

Personal Info

@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

Balance Info

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