@extends('layouts.app') @section('template_title') Create Tbl Plazo @endsection @section('content')
@includeif('partials.errors')
Create Tbl Plazo
@csrf @include('plazos.form')
@endsection