@extends('layouts.admin') @section('title') Ananas | Animations @endsection @section('breadcrumb') @endsection @section('Animations') active {{session('sidebar_color')}} @endsection @section('content')
add

Add New

Animation

Animation table
@foreach($animations as $animation) @endforeach
ID Title Type GIF Action

{{$animation->id}}

{{ $animation->title}}

{{$animation->type}}

xd
editEdit
{{csrf_field()}} {{method_field('DELETE')}}
{{ $animations->links() }}
@endsection