@extends('admin.layouts.app') @section('content')
Edit Image
@csrf @method('put')
{{----}}
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif
Back
@endsection @include('admin.misc.scripts.dropzone_partner_developer')