@extends('layouts.app') @section('title') NOC @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
{{ csrf_field() }}
@if($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Issue of NOC


@if($errors->has('noc_no')) {{ $errors->first('noc_no') }} @endif
@if($errors->has('noc_date')) {{ $errors->first('noc_date') }} @endif
@if($errors->has('customer_id')) {{ $errors->first('customer_id') }} @endif




@if($errors->has('contact_no')) {{ $errors->first('contact_no') }} @endif
@if($errors->has('father_name_parent')) {{ $errors->first('father_name_parent') }} @endif
@if($errors->has('cnic')) {{ $errors->first('cnic') }} @endif






@if($errors->has('unit_number_id')) {{ $errors->first('unit_number_id') }} @endif
@if($errors->has('unit_floor_id')) {{ $errors->first('unit_floor_id') }} @endif
@if($errors->has('phase')) {{ $errors->first('phase') }} @endif
@if($errors->has('membership_no')) {{ $errors->first('membership_no') }} @endif
 
@stop @section('js') @stop @if($errors->any()) @endif