@extends('layouts.admin') @section('content')
@if (session('error'))
@endif
Create New Location
{{ csrf_field() }}
@if ($errors->has('store_name')) {{ $errors->first('store_name') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection