@extends('layouts.client.layout') @section('title') {{ $title_meta->lawyer_title }} @endsection @section('meta') @endsection @section('client-content')
@if ($lawyers->count()!=0) @foreach ($lawyers as $lawyer)
Team Photo
{{ $lawyer->name }}

{{ $lawyer->department->name }}

{{ $lawyer->designations }}

{{ ucfirst($lawyer->location->location) }}

@endforeach @else

{{ $website_lang->where('lang_key','lawyer_not_found')->first()->custom_lang }}

@endif
{{ @$lawyers->links('client.paginator') }}
@endsection