@extends('layouts.app')
@section('title')
{{ __('messages.Locations') }}
@endsection
@section('style')
@endsection
@section('content')
@include('inc.breadcrumb' , ['breadcrumb_items'=>[
__("messages.Home")=>route('home'),
__("messages.Locations")=>route('admin.locations.index'),
__("messages.Create")=>"active"
]])
@endsection
@section('script')
@include('inc.script_submit')
@endsection