@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
{{csrf_field()}} @if(access()->hasRole('super-admin'))
@endif
{{ $errors->first('name') }}
{{ $errors->first('owner_name') }}
{{ $errors->first('mobile') }}
{{ $errors->first('landline') }}
{{ $errors->first('email') }}
{{ $errors->first('vat_number') }}
{{ $errors->first('state') }}
{{ $errors->first('city') }}
{{ $errors->first('postal_code') }}
{{ $errors->first('address') }}
@lang('view_pages.icon')

@endsection