@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{auth()->user()->name}}

Agency

Add New Agency
@foreach ($data as $item) @endforeach
Location Name Emirate Agency ID Status Action
{{$item->name}} {{$item->location}} {{$item->agency_id}} @if($item->status == 1) Enable @else Disable @endif {{-- --}}
@endsection {{-- @@section('name') --}} {{-- @endsection --}}