{{ session()->get('success') }}
@endif
@if($errors->any())
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
@extends('dashboard.layout.default') @section('page_title',$page_title) @section('content')