@extends('admin.layouts.master') @section('title', $title) @section('content')
@include('admin.inc.breadcrumb')

{{ __('dashboard.edit') }} {{ $title }}

@csrf @method('PUT')
{{ __('dashboard.please_provide') }} {{ __('dashboard.title') }}
{{ __('dashboard.please_provide') }} {{ __('dashboard.description') }}
{{ __('dashboard.please_provide') }} {{ __('dashboard.thumbnail') }}
@endsection