@extends('layouts.argo') @section('content')

Cadastrar Nova Música de Espera

{{csrf_field()}}
@if($errors->has('alias')) @foreach($errors->get('alias') as $e) {{$e}} @endforeach @endif
@if($errors->has('categoria_id')) @foreach($errors->get('categoria_id') as $e) {{$e}} @endforeach @endif
@if($errors->has('file')) @foreach($errors->get('file') as $e) {{$e}} @endforeach @endif
@endsection