@extends('layouts.adminapp') @section('title') {{ __('lng.StudentVehicle') }} - {{ __('lng.Create') }} @endsection @section('active_student_vehicle', 'active') @section('open_student_vehicle', 'open') @section('active_vehicles', 'active') @section('content')

{{ __('lng.StudentVehicle') }}

{{ __('lng.CreateStudentVehicle') }}
@include('StudentVehicle.createajax')
@endsection