@extends ('../welcome') @section('content')

Clinics

@if (auth()->user()->type == 'admin') @endif
{{-- --}} {{-- --}} {{-- --}} @forelse($clinics as $clinic) {{-- --}} {{-- --}} {{-- --}} @empty @endforelse
# Name Phone AddressDescriptionRateCreated ByAction
{{ $loop->iteration }} {{ $clinic->name }} {{ $clinic->phone }} {{ $clinic->address }} {{$clinic->description}} {{$clinic->rate}} {{$clinic->created_by}}
@endsection