@extends('admin.default') @section('css') @endsection @section('content')

Add Family

@include('include.messages')

Add Family

@csrf
{{ $errors->first('father_name') }}
{{ $errors->first('father_cnic') }}
{{ $errors->first('father_phone') }}
{{ $errors->first('father_occup') }}
{{ $errors->first('address') }}
{{ $errors->first('mother_name') }}
{{ $errors->first('mother_cnic') }}
{{ $errors->first('mother_occup') }}
{{ $errors->first('children_count') }}
{{ $errors->first('religion') }}
{{ $errors->first('emerg_name') }}
{{ $errors->first('emerg_relation') }}
{{ $errors->first('emerg_num') }}
@endsection @section('js') @endsection