@extends('layouts.app') @section('title', 'تذكرة جديدة') @section('breadcrumb') @endsection @section('content')
فتح تذكرة دعم
@csrf @include('tickets._form')
@endsection