@extends('layouts._includes.admin.Header') @section('titulo', 'Cadastrar Álbum') @section('conteudo')
Cadastrar Álbum
@csrf @include('forms._formAlbum.index')
@if (session('album.cadastrar.true')) @endif @if (session('album.cadastrar.false')) @endif @endsection