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

Administrador Study Abroad

@stop @section('content')

Editar Programa

@csrf @method('PUT') @include('admin.partials.translatable-input', ['label' => 'Título', 'name' => 'title', 'model' => $project])
@if($project->mobile_image) Ver Foto Cargada @endif
@if($project->desktop_image) Ver Foto Cargada @endif
@include('admin.partials.translatable-input', ['label' => 'Región', 'name' => 'region', 'model' => $project]) @include('admin.partials.translatable-input', ['label' => 'País', 'name' => 'country', 'model' => $project])
@include('admin.partials.translatable-input', ['label' => 'Descripción', 'name' => 'description', 'model' => $project, 'type' => 'textarea']) {{--
--}} {{-- --}} {{-- --}} {{--
--}}
@endsection @section('css') @stop @section('js') @stop