@extends('layouts.admin') @section('content') @csrf @method('put') Title * Sub title Dates * Description {{ old('description', $event->description) }} External Link Save @endsection