@extends('layouts.app') @section('title') Update Vendor @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Update Vendor

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('ntn')) {{ $errors->first('ntn') }} @endif
@if ($errors->has('stn')) {{ $errors->first('stn') }} @endif
@if ($errors->has('item_name')) {{ $errors->first('item_name') }} @endif
@if ($errors->has('cnic')) {{ $errors->first('cnic') }} @endif
@stop @section('js') @stop