@extends('layouts.backend') @section('styles') @endsection @section('page-header')

Clients

Add Client
@endsection @section('content')
@if (!empty($clients->count())) @foreach ($clients as $client) @endforeach @endif
Name Client ID Contact Person Email Mobile Action

Global Technologies

CLT-{{$client->id}} {{$client->firstname}} {{$client->lastname}} {{$client->email}} {{$client->phone}}
@endsection @section('scripts') @endsection