@extends('admin.layout') @section('admin-title') Location types @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Locations' => 'admin/world/locations']) !!}
Locations are specific areas of your world. eg. Canada, Europe, Las Vegas.
The sorting order reflects the order in which the locations will be listed on the location index.
@if (!count($types))No locations found.
@else|
url !!}
@if ($location->thumb_extension) data-toggle="tooltip" title=" {{ ucfirst($location->style) }} " @endif />{!! $location->name !!} |
Edit |