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

Students

@csrf @method('PUT') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($placement->type == 1) @elseif($placement->type == 2) @else @endif
@if($placement->type == 1)

@error('croped_image')
{{ $message }}
@enderror
your image
@elseif($placement->type == 2)

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

@else

@error('croped_image')
{{ $message }}
@enderror
your image

Descriptioin

@endif

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