@extends('template.master')
@section('page_styles')
{{--CUSTOM STYLES HERE--}}
@stop
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (isset($fileUpload))
@endif
@stop
@section('page_modals')
@stop
@section('page_scripts')
@stop