@extends('layout.admin_layout') @section('title', 'Complaint Related Questions') @section('body') @section('header', 'Complaint Related Questions') @section('badge') @endsection
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach @if(Session::has('message'))
{{ Session::get('message') }}
@endif
{{ csrf_field() }}
@endsection