@extends('layouts.app') @section('title') {{ __('Create location') }} @endsection @section('breadcrumb')

{{__('Locations')}}

@endsection @section('content')

{{ __('Create Location') }}

@csrf
@include('admin.location._form')
@endsection @section('scripts') @endsection