@extends('layouts.app') @section('title') {{__('Error')}} / {{__('Shyams Group')}} @endsection @section('css') @endsection @section('content')
@if(Session::has('message'))

{{ Session::get('message') }}

@endif

{{__('No data Found')}}

{{__('No data Found')}}

@endsection @section('js') @endsection @push('scripts') @endpush