@extends('layouts.manage')
@section('title')
@lang('Edit Banner')
@endsection
@section('page-header-title')
@lang('Edit Banner') @lang('View Banners')
@endsection
@section('page-header-description')
@lang('Edit Banner') @lang('Go Back')
@endsection
@section('styles')
@include('partials.manage.categories-tree-style')
@endsection
@section('scripts')
@include('partials.manage.categories-tree-script');
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.banners.edit')
@endsection