@include('system-layouts/layout-head') @include('sytool-suport-called.title')
{{-- {{print_r(isset($id)?$id:null)}}--}} @if (!empty($errors->all()))
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @include('sytool-suport-called.form')
@include('system-layouts/layout-footer')