@extends('layouts.master')
@section('title', 'Master Location')
@section('css')
@endsection
@section('content')
| 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:''}} | |
| No | Location Code | Location Name | Company | Department | Action |