@extends('admin.admin-template') @section('title', $title) @section('css') @endsection @section('content')

Admin

Home

Image Page

@foreach ($imagePages as $no => $imagePage)
Card image cap

Image Page

path page route : {{$imagePage->page}}

@endforeach
@endsection @section('script') @endsection