@extends('layouts.base') @section('caption', 'List of clients') @section('title', 'List of clients') @section('lyric', '') @section('content')
Full name | Phone | Email address | Section | Budget | Status | Action |
---|---|---|---|---|---|---|
{{ $value->full_name }} | {{ $value->phone }} | {{ $value->email }} | {{ $value->section }} | @if($value->is_active == TRUE) @else @endif |