@extends('layouts.admin') @section('page-title') Establishment Types List @endsection @section('page-top-title') Establishment Types @endsection @section('content-body')
{{-- Messages --}} @include('backend.inc.messages')

Current Establishment Types

Add New Establishment Type {{-- Add Establishment Type Modal --}}
@foreach ($establishmentTypes as $establishmentType) @endforeach
Type ID Establishment Type Action
{{ $establishmentType->id }} {{ Str::upper($establishmentType->establishment_type_name) }} {{-- --}}
@endsection @section('page-scripts') {{-- --}} @endsection