@extends('master') @section('content') @if(count($errors))

Please fix the following errors:

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
×
@endif @if(Session::has('errorMsg'))

{{ Session::get('errorMsg') }}

×
@endif
@include('dpr.token') Next
@endsection