@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header') @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@lang('dashboard.title_name'):
@endsection