@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
{{ csrf_field() }}
{{ $errors->first('name') }}
@if(env('APP_FOR')=='demo')
{{ $errors->first('mobile') }}
@else
{{ $errors->first('mobile') }}
@endif
@if(env('APP_FOR')=='demo')
{{ $errors->first('email') }}
@else
{{ $errors->first('email') }}
@endif
@if($app_for !== 'taxi' && $app_for !== 'delivery')
{{ $errors->first('transport_type') }}
@endif



{{ $errors->first('icon') }}