@extends('layouts.back-end.app') @section('title', translate('banner')) @push('css_or_js') @endpush @section('content')

{{ translate('banner_Setup') }} ({{str_replace("_", " ", (theme_root_path() == "theme_fashion" ? "theme_lifestyle" : theme_root_path())) }})

{{ translate('banner_form') }}
@endsection @push('script') @endpush