@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Location Type','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@can('Location Type Edit')

Add New

@include('settings.partials.success-message') @include('settings.partials.delete-message') @endcan @foreach($locationTypes as $locationType) @endforeach
# Name
{{$locationType->id}} {{$loop->iteration}} {{$locationType->location_type_name}}
    @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.location_type'),'helpTitle'=>config('help-links.help_titles.location_type')]) @endsection @section('after_scripts') @include('settings.location-type.location-type-script') @stop