@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Create Location']) @endsection @section('content')

{{ __('Create Location') }}

@csrf
@endsection @push('js') @endpush