@extends('dashboard.parent') @section('title',__('pages.team')) @section('page_name',__('pages.edit').' '.$team->{localizedField('name')}) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{-- form --}} @include('dashboard.team._form', ['team' => $team , 'function' => 'update']) {{-- end form --}}
@endsection @section('js') @endsection