@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('title',trans('lang.locations_table')) @section('content') @include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'salesorder_status.store']) !!}
{!! Form::label('store_name', 'Status List', ['class' => 'col-5 control-label text-right']) !!}
{!! Form::label('name','Description', ['class' => 'col-5 control-label text-right']) !!}
{!! Form::textarea('description', null, ['id' => 'searchcity','class' => 'form-control','placeholder'=> 'description']) !!}
{{trans('lang.cancel')}}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush