@extends('layouts.admin') @section('content')
{{ __('Add New Location') }} {{ __('Back') }}
@include('includes.admin.roles.settings')
{{ __('Add new location form') }}
{{ csrf_field() }}
@endsection @section('scripts') @endsection