@extends('layouts.app')
@section('titlePage', 'Manage Slider')
@section('content')
@include('common.alert')
| Title |
Image |
Sort |
Action |
@foreach ($data as $value)
| {{ $value->title }} |
|
{{ $value->sort }} |
Edit
|
@endforeach
| Title |
Image |
Sort |
Action |
@endsection