@extends('vendor.layouts.master') @section('title') {{ config()->get('app.name') }} | {{ $bladeName }} @endsection @section('page_name') @if (app()->getLocale() == 'en') {{ $bladeName }} @else {{ $bladeName }} @endif @endsection @section('content')

{{ $mypackage }}

@if ($availableOfferCount > 0) @else @endif
# {{ trns('image') }} {{ trns('title') }} {{ trns('module_type') }} {{ trns('model_type') }} {{ trns('model_name') }} {{ trns('description') }} {{ trns('from') }} {{ trns('to') }} {{ trns('discount') }} {{ trns('status') }} {{ trns('on') }} {{ trns('actions') }}
@include('admin/layouts/myAjaxHelper') @endsection @section('ajaxCalls') @endsection