@extends('layouts.app_admin') @section('content') Dashboard > Hand Holding > Edit Hand Holding @csrf Title @if ($errors->has('title')) {{ $errors->first('title') }} @endif Content {{ $blog['details'] }} @if ($errors->has('content')) {{ $errors->first('content') }} @endif Image Browse @if ($errors->has('image')) {{ $errors->first('image') }} @endif Update Cancel @endsection