@extends('backend.layout.master') @section('title', __('All Reports')) @section('style') @endsection @section('content')

{{ __('All Reports') }}

@include('backend.pages.reports.search-result')
@endsection @section('script') @endsection