@extends('archivos.layout') @section('archivo.m_header') @endsection @section('archivo.breadcrumbs')

Archivo

@endsection @section('archivo.content')

@lang('Create new')

@csrf
@if($errors->has('archivo'))
{{$errors->first('archivo')}}
@endif
@if($errors->has('buzon_id'))
{{$errors->first('buzon_id')}}
@endif
@endsection @section('archivo.scripts') @endsection