@if (count($errors) > 0)
Validation Errors!
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@extends('master.admin') @push('header.scripts') @stop @push('footer.scripts') @stop @section('content')