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

Atualizar Áudio

@method(' PUT') {{csrf_field()}}
@if($errors->has('alias')) @foreach($errors->get('alias') as $e) {{$e}} @endforeach @endif
@if($audio->type == "moh")
@if($errors->has('categoria_id')) @foreach($errors->get('categoria_id') as $e) {{$e}} @endforeach @endif
@endif
@endsection