@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.car_type.add_car_type') !!}
{!! Form::open(['route' => 'dashboard.car_type.store' , 'method' => 'POST' , 'files' => true ,'class' => 'steps-validation wizard-circle','data-locale' => app()->getLocale()]) !!} @include('dashboard.car_type.form',['btnSubmit' => trans('dashboard.general.save')]) {!! Form::close() !!}
@endsection