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

Cadastrar Novo Áudio

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