@extends('layouts.app') @section('content')

Location

Page for create Master Location

@foreach ($locations as $location) @endforeach
Code Name Description Depart Code Rak Code Action
{{ $location->code }} {{ $location->name }} {{ $location->desc }} {{ $location->depart_code }} {{ $location->rak_code }}
  • Are you sure want to delete this ?

    @csrf @method('DELETE')
@endsection @section('js') @endsection