@extends('admin.layout.master') @section('content')
@if (Auth::user()->user_type == "super_admin" ) @endif @php $i = 0; @endphp @foreach ($wantedlist as $item) {{-- --}} {{-- --}} @if (Auth::user()->user_type == "super_admin" ) @endif @endforeach
# Name Father Name Address Details PhotoStatus Action
{{ ++$i }}{{ substr($item->title,0,30) }}{{ $item->name }} {{ $item->father_name }}{{ substr($item->description,0,30) }}{{ $item->address}} {{ $item->details}} @if($item->photo != NULL) @else @endif {{-- {{ $item->status}} --}} status == 1 ? 'checked' : '' }}>
{{-- Data add Model Start --}} {{-- Data Add Modal End --}} @endsection