@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('registration_no'))
{{ $errors->first('registration_no') }}
@endif {{ trans('cruds.availableStore.fields.registration_no_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') }}
--}}
{{--
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
--}} {{-- --}} @if($errors->has('merchandise_category_id'))
{{ $errors->first('merchandise_category_id') }}
@endif {{ trans('cruds.availableStore.fields.category_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