@extends('master')
@section('content')
@include('pages.partials.header')
Ficha de inscripciòn (Modalidad Presencial)
@if(Session::has('success'))
@endif
@if(Session::has('error'))
@endif
@if(Session::has('exists'))
@endif
@endsection
@section('scripts')
@if(Session::has('noexists'))
@else
@endif
@endsection