@extends('layouts.admin') @section('content')

Page Service Hero

Create New Hero @foreach($heroes as $hero) @endforeach
Title Description Image Actions
{{ $hero->title }} {{ $hero->description }} Image Edit
@csrf @method('DELETE')
@endsection