@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.distributionPoint.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.distributionPoint.fields.name_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('managers'))
{{ $errors->first('managers') }}
@endif {{ trans('cruds.distributionPoint.fields.manager_helper') }}
@if($errors->has('state'))
{{ $errors->first('state') }}
@endif {{ trans('cruds.distributionPoint.fields.state_helper') }}
@if($errors->has('city'))
{{ $errors->first('city') }}
@endif {{ trans('cruds.distributionPoint.fields.city_helper') }}
@if($errors->has('pincode'))
{{ $errors->first('pincode') }}
@endif {{ trans('cruds.distributionPoint.fields.pincode_helper') }}
@if($errors->has('address_1'))
{{ $errors->first('address_1') }}
@endif {{ trans('cruds.distributionPoint.fields.address_1_helper') }}
@if($errors->has('address_2'))
{{ $errors->first('address_2') }}
@endif {{ trans('cruds.distributionPoint.fields.address_2_helper') }}
@endsection