@extends('backend/include/layout')
@section('title')
Enregistrement Genre || {{env("APP_NAME")}}
@endsection
@section('fil-arial')
Genres
@endsection
@section('contenu')
Enregistrement
@if ($errors->any())
Error!
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('script-js')
@endsection