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

فرق الدعم

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