@extends('layouts.admin') @section('content')
{{ trans('global.create') }} Location
@csrf
@if($errors->has('gst_number'))
{{ $errors->first('gst_number') }}
@endif {{ trans('cruds.user.fields.gst_number_helper') }}
@if($errors->has('state'))
{{ $errors->first('state') }}
@endif {{ trans('cruds.user.fields.state_helper') }}
{{ trans('cruds.user.fields.city_helper') }}
@if($errors->has('commissionerate_address'))
{{ $errors->first('commissionerate_address') }}
@endif {{ trans('cruds.user.fields.commissionerate_address_helper') }}
@if($errors->has('postal_code'))
{{ $errors->first('postal_code') }}
@endif {{ trans('cruds.user.fields.postal_code_helper') }}
Cancel
@endsection @section('scripts') @endsection