@extends('admin::layouts.app') @section('content') @method('PUT') {{ __('master.banner_master') }} {{ __('master.edit_banner') }} {{ __('admin.submit') }} {{ __('static.cancel') }} {{ __('master.enter_the_details_below_to_update_banner_for_english_language') }} {{ __('master.title') }} * {{ __('label.description') }} * {{ $banner->description_en }} {{ __('master.enter_the_details_below_to_update_banner_for_arabic_language') }} {{ __('master.title') }} * {{ __('label.description') }} * {{ $banner->description_ar }} {{ __('admin.status_update') }} status == 'active' ? 'checked' : '' }}> {{ __('admin.active') }} status == 'inactive' ? 'checked' : '' }}> {{ __('admin.inactive') }} {{ __('master.select_banner') }} @endsection @section('script') @endsection
{{ __('master.edit_banner') }}