@extends('appshell::layouts.private') @section('title') {{ __('Create Carrier') }} @stop @section('content') {!! Form::model($carrier, ['route' => 'vanilo.admin.carrier.store', 'autocomplete' => 'off']) !!}
{{ __('Carrier Details') }}
@include('vanilo::carrier._form')
{!! Form::close() !!} @stop