@extends('admin.layout') @section('content')
{{--
--}} {{----}} {{----}} {{--
--}} {{--
--}} {{----}} {{--Add post--}} {{----}} {{--
--}} {{----}} {{----}} {{--
--}} {{--
--}}
@if(session('new_client')) @php $newClient = session('new_client'); @endphp @endif
@foreach($clients as $client) @endforeach
# Tên Client name Redirect url
{{$client->id}} {{$client->name}} {{$client->email}} {{$client->avatar}}
@endsection