@extends('layouts.app' ) @section('title') Add New Account @stop @section('breadcrumb') @stop @section('content')

Add New Control Account

Add Information

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('cnic')) {{ $errors->first('cnic') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('rep_name')) {{ $errors->first('rep_name') }} @endif
@if($type == \App\ControlAccount::VENDOR)
@endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
 
@stop