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

This image is visible in the supplier page. Support jpg, jpeg, or png files.

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