@extends('layouts.master') @section('title', 'Master Location') @section('css') @endsection @section('content')
Location
@foreach ($locations as $location) @endforeach
No Location Code Location Name Company Department Action
{{$loop->iteration}} {{$location->location_code}} {{$location->location_name}} {{$location->company ? $location->company->company_name:''}} {{$location->department ? $location->department->department_name:''}}
@csrf @method('POST')
No Location Code Location Name Company Department Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection