@extends('layouts.admin.app') @section('page-title') {{ __('banners') }} @endSection @section('page-nav-title')

{{ __('banners') }}

@endsection @section('content') @include('includes.dialog')
{{ __('create') }}
@foreach ($banners as $banner) @if (isPermissionsAllowed('edit-videos')) @endif @endforeach
{{ __('banners') }} {{ __('url') }} {{ __('Control') }}
@php $url = rtrim(config('app.website_baseurl'), '/') . $banner->websitepage->pathname; @endphp {{ $url }}
@endsection @section('scripts') @endsection