@extends('buzons.layout') @section('buzon.m_header') @endsection @section('buzon.breadcrumbs')

Buzon

@endsection @section('buzon.content')

@lang('Create new')

@csrf
@if($errors->has('Asunto'))
{{$errors->first('Asunto')}}
@endif
@if($errors->has('personal_id'))
{{$errors->first('personal_id')}}
@endif
@if($errors->has('observaciones'))
{{$errors->first('observaciones')}}
@endif
@endsection @section('buzon.scripts') @endsection