@extends('layouts.admin') @section('styles') @endsection @section('content')
@csrf
{{ trans('global.create') }} {{ trans('cruds.availableStore.title_singular') }}
{{--
@if($errors->has('store_code'))
{{ $errors->first('store_code') }}
@endif {{ trans('cruds.availableStore.fields.store_code_helper') }}
--}}
@if($errors->has('store_name'))
{{ $errors->first('store_name') }}
@endif {{ trans('cruds.availableStore.fields.store_name_helper') }}
@if($errors->has('store_address'))
{{ $errors->first('store_address') }}
@endif {{ trans('cruds.availableStore.fields.store_address_helper') }}
@if($errors->has('state_id'))
{{ $errors->first('state_id') }}
@endif {{ trans('cruds.availableStore.fields.state_helper') }}
@if($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif {{ trans('cruds.availableStore.fields.city_helper') }}
{{--
@if($errors->has('geo_area_id'))
{{ $errors->first('geo_area_id') }}
@endif {{ trans('cruds.availableStore.fields.area_helper') }}
--}}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.availableStore.fields.status_helper') }}
Store Location
{{--
Store Location
@if($errors->has('store_address'))
{{ $errors->first('store_address') }}
@endif {{ trans('cruds.availableStore.fields.store_address_helper') }}
@if($errors->has('address_latitude'))
{{ $errors->first('address_latitude') }}
@endif {{ trans('cruds.availableStore.fields.address_latitude_helper') }}
@if($errors->has('address_longitude'))
{{ $errors->first('address_longitude') }}
@endif {{ trans('cruds.availableStore.fields.address_longitude_helper') }}
--}}
@endsection @section('scripts') {{-- --}} {{-- --}} @endsection