@extends('layouts.main')
@section('customcss')
@endsection
@section('pagecontent')
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('scriptjs')
@include('layouts.scriptjs')
@endsection
@section('customjs')
@if (session('type')=='error')
@endif
@endsection