@extends('layouts.admin.app')
@section('page-title')
{{ __('mobile-banners') }}
@endSection
@section('page-nav-title')
{{ __('mobile-banners') }}
@endsection
@section('content')
@include('includes.dialog')
@if (isPermissionsAllowed('create-mobile-banner'))
@endif
@endsection
@section('scripts')
@endsection