@extends('layouts.layout') @section('title', 'Dashboard') @include('scripts.admin_script') @section('content') @if($errors->any()) @foreach ($errors->all() as $error)