@extends('layouts.app') @section('head')
@endsection @section('breadcrumb')
Создание Общего Тикета
Общие Тикеты
Создание Общего Тикета
@endsection @section('content') @if ($errors->any())
@lang('Whoops!')
@lang('There were some problems with your input.')
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
×
@endif
@csrf
Тема:
ОпиÑание:
{{ old('description') }}
Клиент:
Создать
@endsection @push('scripts') @endpush