@extends('layouts.master') @section('title','Durga Bhawani Dashboard') @section('content')

All Memebership Apply

@foreach($memapply as $memapply) @endforeach
Info Membership Type Verify Delete
Name: {{$memapply->name}}
Nationality: {{$memapply->nationality}}
Email: {{$memapply->email}}
DOB: {{$memapply->dob}}
Mobile: {{$memapply->mobile}}
Address: {{$memapply->address}}
@if($memapply->job!==null) Job: {{$memapply->job}}
@endif @if($memapply->fax!==null) Fax: {{$memapply->fax}}
@endif @if($memapply->phone!==null) Phone: {{$memapply->phone}}
@endif @if($memapply->peraddress!==null) Permanent Address: {{$memapply->peraddress}}
@endif
Member Type: {{$memapply->type}}
Amount: {{$memapply->amount}}
@if($memapply->status=='1')
{{csrf_field()}} {{method_field('PUT')}}
@else @endif
@endsection @section('scripts') @endsection