@extends('layouts.dash') @section('content')

District Coordinator

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($List) @foreach($List as $li) @endforeach @endif
Name District Phone Email Address Office Phone Status
{{ $li->user->name }} {{ $li->district }} {{ $li->phone_no }} {{ $li->user->email }} {{ $li->address }} {{ $li->office_phone }} @if($li->file) Download @endif
status ? 'checked' : '' }}>
@endsection