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

All Genres

@foreach ($genres as $genre) @endforeach
No Title Image Action
{{$loop->iteration}} {{$genre->title}}
@endsection @section('js') {{-- --}} @endsection