@extends('front.layouts.master') @section('main_content')
img
@if($global_setting->not_found_heading != '')

{{ $global_setting->not_found_heading }}

@endif @if($global_setting->not_found_text != '')

{!! $global_setting->not_found_text !!}

@endif @if($global_setting->not_found_button_status == 'Show') @endif
@endsection