@extends('include.app') @section('content')
@include('include.sidebar') @include('include.headnavbar')

Placement

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@error('croped_image')
{{ $message }}
@enderror
your image

('watch?v=', 'embed' type url only accepted)

Descriptioin


Back
@endsection @section('script') @endsection