@extends('backend.layouts.app', ['isBanner' => false]) @section('title') {{ 'Genres' }} @endsection @section('content')

Genre List

@foreach($genres as $gener)
{{$gener->name}}
status == 1) checked @endif>
@endforeach
@endsection @push('after-styles') @endpush