@extends('dashboard.layouts.default')
@section('page_toolbar')
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@include('layout.report_issue')
@endsection
@section('pagescripts')
@endsection