@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.main_category.edit_main_category') !!}
{!! Form::model($main_category,['route' => ['dashboard.main_category.update',$main_category->id] , 'method' => 'PUT' , 'files' => true ,'class' => 'steps-validation wizard-circle','data-locale' => app()->getLocale() ]) !!} @include('dashboard.main_category.form',['btnSubmit' => trans('dashboard.general.edit')]) {!! Form::close() !!}
@endsection