@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header') @if ($errors->any())
@endif
@csrf @method('PUT')
@endsection