@extends('franchise.layouts.master') @section('title', 'Add Chargers Types') @section('links') @endsection @section('content')

Add Chargers

{!! Form::open(['route' => 'franchisestations.add_nozil','files' => true,'role' => 'form', 'class'=>'role-form form-horizontal','id' => 'role-form','data-table-alter' => 'role-table']) !!} @include('admin.chargers._from_charger',['style'=>'float: right;margin:-16px;']) {!! Form::close() !!}
@endsection @section('scripts') @endsection