@extends('layouts.app') @section('title') Add Statement @stop @section('breadcrumb')
Home
@permission('list-membership')
Statements
@endpermission
Add Statement
@stop @section('css') @stop @section('content')
{{csrf_field()}}
@if($errors->any())
Errors
{!! implode('', $errors->all('
:message
')) !!}
@endif
Add New Statement
Note: All * fields are mandatory
Customer Information
Existing Customer
Name of Applicant
None
@foreach($customers as $c) @if(isset($customer)) @if($customer->id == $c->id)
{{$c->name}} - {{$c->cnic}}
@endif @else @if(old('customer_id') == $c->id)
{{$c->name}} - {{$c->cnic}}
@else
{{$c->name}} - {{$c->cnic}}
@endif @endif @endforeach
Add Nominee
Type
*
Individual