@extends('layouts.app') @section('content') @endsection {{--@extends('layouts.app') @section('content')

Edit Genre

@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')
Genre Name:
Genre Description:
Genre Status:
@endsection--}}