@extends('layout') @section('pageCss') @endsection @section('pageScripts') @endsection @section('title') Create a new Location @endsection @section('content')
{!! csrf_field() !!}
@endsection