@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{__('texte.storages_arr.create.add_storage')}}

{{ csrf_field() }} @permission('storage-form-name-read')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endpermission @permission('storage-form-company_name-read')
@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@endpermission @permission('storage-form-company_name_lat-read')
@if ($errors->has('company_name_lat')) {{ $errors->first('company_name_lat') }} @endif
@endpermission @permission('storage-form-company_country-read')
@if ($errors->has('company_country')) {{ $errors->first('company_country') }} @endif
@endpermission @permission('storage-form-company_area-read')
@if ($errors->has('company_area')) {{ $errors->first('company_area') }} @endif
@endpermission @permission('storage-form-company_location-read')
@if ($errors->has('company_location')) {{ $errors->first('company_location') }} @endif
@endpermission @permission('storage-form-company_address-read')
@if ($errors->has('company_address')) {{ $errors->first('company_address') }} @endif
@endpermission @permission('storage-form-company_address_lat-read')
@if ($errors->has('company_address_lat')) {{ $errors->first('company_address_lat') }} @endif
@endpermission @permission('storage-form-mol-read')
@if ($errors->has('mol')) {{ $errors->first('mol') }} @endif
@endpermission @permission('storage-form-bulstat-read')
@if ($errors->has('bulstat')) {{ $errors->first('bulstat') }} @endif
@endpermission @permission('storage-form-vat-read')
@if ($errors->has('country_vat')) {{ $errors->first('vat') }} @endif @if ($errors->has('vat')) {{ $errors->first('vat') }} @endif
@endpermission @permission('storage-form-country-read')
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@endpermission @permission('storage-form-area-read')
@if ($errors->has('area')) {{ $errors->first('area') }} @endif
@endpermission @permission('storage-form-location-read')
@if ($errors->has('location')) {{ $errors->first('location') }} @endif
@endpermission @permission('storage-form-address-read')
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@endpermission @permission('storage-form-gps-read')
@if ($errors->has('gps_lng')) {{ $errors->first('gps_lng') }} @endif
@endpermission @permission('storage-form-phone-read')
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@endpermission @permission('storage-form-email-read')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endpermission @permission('storage-form-websait-read')
@if ($errors->has('websait')) {{ $errors->first('websait') }} @endif
@endpermission @permission('storage-form-babh-read')
@if ($errors->has('babh')) {{ $errors->first('babh') }} @endif
@endpermission @permission('storage-form-license-read')
@if ($errors->has('license')) {{ $errors->first('license') }} @endif
@endpermission @permission('storage-form-licence-read')
@if ($errors->has('licence')) {{ $errors->first('licence') }} @endif
@endpermission @permission('storage-form-fisc-read')
@if ($errors->has('fisc')) {{ $errors->first('fisc') }} @endif
@endpermission @permission('storage-form-bank-read')
@if ($errors->has('bank')) {{ $errors->first('bank') }} @endif
@endpermission @permission('storage-form-iban-read')
@if ($errors->has('iban')) {{ $errors->first('iban') }} @endif
@endpermission @permission('storage-form-bic-read')
@if ($errors->has('bic')) {{ $errors->first('bic') }} @endif
@endpermission @permission('storage-form-bank2-read')
@if ($errors->has('bank2')) {{ $errors->first('bank2') }} @endif
@endpermission @permission('storage-form-iban2-read')
@if ($errors->has('iban2')) {{ $errors->first('iban2') }} @endif
@endpermission @permission('storage-form-bic2-read')
@if ($errors->has('bic2')) {{ $errors->first('bic2') }} @endif
@endpermission
@endsection