@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content') @push('script') @endpush
@include('common.alert')
@foreach ($data as $value) @endforeach
Category Name Image Action
{{ $value->category }}
@csrf @method('DELETE')
@endsection