@extends('admin/skills/skills_layout') @section('page_title','Manage Content Upload') @section('skills_upload_select','active') @section('container') @if($id>0) @php $image_required=""; @endphp @else @php $image_required="required"; @endphp @endif

Manage Skills Upload

@csrf
@endsection