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

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

انشاء
@endsection @section('content')
@foreach ($types as $type) @endforeach
اسم النوع خاصة بفريق
{{ $type->title }} {{ $type->team->title ?? '---' }} تعديل
@endsection @section('script') @endsection