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