@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

انواع التذاكر

@endsection @section('content')
@csrf
@error('title') {{ $message }} @enderror
@error('team_id') {{ $message }} @enderror
@endsection @section('script') @endsection