@extends('backend.layouts.app')
@section('title')
{{ __($module_action) }} {{ __($module_title) }}
@endsection
@section('content')
{{-- card END --}}
@if (session('success'))
@endif
@endsection
{{-- DATATABLE SECTION --}}
@push('after-styles')
@endpush
@push('after-scripts')
@endpush