@extends('adminlte::page') @section('title', 'Formulario') @section('content_header')

Administrador Study Abroad

@stop @section('content')

Crear Menú

@csrf @include('admin.partials.translatable-input', ['label' => 'Título', 'name' => 'title'])
@endsection @section('css') @stop