@extends('layouts.teamlead')
@section('title', 'Редагувати кабінет')
@section('page_title', "Редагувати кабінет: {$cabinet->slug}")
@push('head')
@endpush
@section('content')
{{-- Flash --}}
@if (session('success'))
{{ session('success') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif
{{-- Картка форми --}}
@endsection