@extends('admin.layout.layout') @section('content')
{{--

Categories

--}}

Add Report To {{ $help->vendor->first_name}}'s Request

@if (Session::has('error_message')) @endif @if (Session::has('success_message')) @endif @if ($errors->any()) @endif
@csrf


@endsection @section('js') @endsection