@extends('admin.layout.main') @section('title',$header['title']) @section('content')
@csrf @method('PUT')
@component('components.country_city_select', [ 'name' => 'country_name', 'id' => 'country_code', 'class' => 'order-td-input selectpicker1 select-text height_drp is-valid select2', 'selected' => '', 'placeholder' => 'Select Country' ]) @endcomponent
@component('components.crop-image', [ 'name' => 'upload_banner', 'id' => 'upload_banner', 'class' => 'file-upload is-valid image' ]) @endcomponent

These images are visible in the home banner page. Support jpg, jpeg, or png files.

Cancel
@endsection @section('js') @append