@extends('administrator.layouts.main') @section('content')

Banners

{{ csrf_field() }} {{ method_field('PUT') }}

General

@if($banners->show_button == 1) @php $buttontext = json_decode($banners->button_text); $button_text = $buttontext->button_text; $button_text_an = $buttontext->button_text_an; @endphp @endif
show_button == 1 ? 'checked="checked"' : '' }} />
same_as_default == 1) checked="checked" @endif />

Best Resolution Image Display:

  • Landscape image
  • 1350 X 575 px
@if($banners->image != null)
image")}}" />
@endif
status == 1) checked="checked" @endif />
Cancel
@endsection @push('scripts') @endpush