@extends('layouts.app') @section('breadcrumb')

@lang('Edit Ticket')

@endsection @section('content') @if ($errors->any())
@lang('Whoops!') @lang('There were some problems with your input.')

@endif
@csrf @method('PUT')
@lang('Subject'):
@lang('Description'):
@endsection