@extends('layouts.merchant') @section('title') @lang('Module Off') @endsection @section('breadcrumb')

@lang('Module Off')

@endsection @section('content')
@lang(@ucfirst(str_replace('_',' ',$module)).' is currently turned off!!')
@endsection