@if ($errors->any())
@foreach ($errors->all() as $item)
{{$item}}
@endforeach
@endif
@extends('vendor.dashboard') @section('vendor')