@extends('admin.master') @section('styleSheet') @endsection @section('content')
@csrf
Select image Change Remove
@if(!empty($homeProject)) @endif
@if(!empty($homeProject->image))
@endif
@endsection @section('customJs') @endsection @section('documentJquery') ComponentsFormTools.init(); @endsection