@extends('master') @section('title') {{ $title }} @endsection @section('content')

Edit Admission Content

@csrf @method('PUT')
@if ($content->image)
Current Image
@else

No image uploaded.

@endif
Back to Menu
@endsection