@extends('layouts.dash') @section('content')
Name | District | Phone | 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' : '' }}>
|