@extends('layouts.master') @section('content')
@php $teamContent = old('description') ?? $team->description; @endphp
@include('layouts._includes._team-navigation', ['active' => 'team']) @method('PATCH')
Save
w @endsection @push('custom_js') {{-- @include('_helpers.slugify', ['title' => 'name']) --}} @include('_helpers.image_preview', ['name' => 'image']) @include('_helpers.ck_editor', ['textarea_id' => 'description']) @include('_helpers.ajax_form') @endpush