@extends('admin.layout.app') @section('title', 'Locations') @section('header')
@endsection @section('content')No | State | City | Site | Floor | Block | Department | Name | {{--Description | --}}Active | Actions |
---|---|---|---|---|---|---|---|---|---|---|
{{ ++$key }} | {{ $location->state?->name }} | {{ $location->city?->name }} | {{ $location->site?->name }} | {{ $location->floor?->name }} | {{ $location->block?->name }} | {{--{{ $location->department?->name }} | --}}{{ $location->name }} | {{ $location->description }} | {!! $location->is_active ? view('components.admin.badges.success', ['message' => 'Active']) : view('components.admin.badges.danger', ['message' => 'Inactive']) !!} | @include('admin.location.actions') |