@extends('layouts.adminka_master') @section('content') @if(session()->has('message'))
x {{ session()->get('message') }}
@endif @if(session()->has('error'))
x {{ session()->get('error') }}
@endif

Редактирование компании

@if ($errors->has('meta_title')) {{ $errors->first('meta_title') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if ($errors->has('meta_h1')) {{ $errors->first('meta_h1') }} @endif

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{--Upload image--}}
Загрузить… @if($company_edit['company_path'] == '') @elseif($company_edit['company_img'] == '') @elseif($company_edit['company_img'] == '' && $company_edit['company_path'] == '') @endif
@if($company_edit['company_path'] == '') @elseif($company_edit['company_img'] == '') @elseif($company_edit['company_img'] == '' && $company_edit['company_path'] == '') @endif
{{--Category--}}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('site')) {{ $errors->first('site') }} @endif
@if ($errors->has('grade')) {{ $errors->first('grade') }} @endif
@if ($errors->has('reliability')) {{ $errors->first('reliability') }} @endif
@if ($errors->has('speed')) {{ $errors->first('speed') }} @endif
@if ($errors->has('service')) {{ $errors->first('service') }} @endif
@if ($errors->has('cost')) {{ $errors->first('cost') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection @section('custom-scripts') @endsection