@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header') @if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf
Name:
Detail:
@endsection