@extends("admin.admin_app") @section("content")
{{trans('words.add_genre')}}
@foreach($genres_list as $i => $genres)
{{ stripslashes($genres->genre_name) }}
status==1) {{ 'checked' }} @endif/>
@endforeach
@include("admin.copyright")
@endsection