@include('layouts.web-admin.thumb',["pathFile"=>$banner->pathFile ?? '',"filename"=>$banner->thumb ?? '',"action_page"=>$action_page??"create"]) @include('layouts.web-admin.thumb_mobile',["pathFile"=>$banner->pathFile ?? '',"filename"=>$banner->thumb_mobile ?? '',"action_page"=>$action_page??"create"])
{!! Html::decode(Form::label("ourBrand", "Our Brand", ['class' => 'col-sm-2 control-label','for'=>'ourBrand'])) !!}
@if ($errors->has('ourBrand')) @endif
{!! Html::decode(Form::label("isMain", "Main *", ['class' => 'col-sm-2 control-label','for'=>'isMain'])) !!}
is_main) && $banner->is_main=="Y")?"checked":"" }}> @if ($errors->has('isMain')) @endif
{!! Html::decode(Form::label("title", "Title *", ['class' => 'col-sm-2 control-label','for'=>'title'])) !!}
{!! Form::text("title", old('title', $banner->title ?? ''), ['class' => 'form-control','placeholder'=>"",'id'=>'title',(isset($action_page) && $action_page=="view")?"disabled":""]) !!} @if ($errors->has('title')) @endif
{!! Form::label("url", "URL", ['class' => 'col-sm-2 control-label','for'=>'url']) !!}
{!! Form::text("url", old('url', $banner->url ?? ''), ['class' => 'form-control','placeholder'=>"",'id'=>'url',(isset($action_page) && $action_page=="view")?"disabled":""]) !!} @if ($errors->has('url')) @endif
@include('layouts.web-admin.startEndDate',["startDate"=>$banner->startDate ?? '',"endDate"=>$banner->endDate ?? '',"action_page"=>$action_page??"create"]) @include('layouts.web-admin.status',["status"=>$banner->status ?? 'Active',"action_page"=>$action_page??"create"])