@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('title',trans('lang.labeldesc_table')) @section('content') @include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::open(['route' => ['erp_store.update', $contact_details[0]->id], 'method' => 'patch']) !!}
{!! Form::label('country', trans("lang.contact_details_country"), ['class' => 'col-5 control-label text-right']) !!}
{{ trans("lang.contact_details_country") }}
{!! Form::label('store_name', trans("lang.contact_details_store"), ['class' => 'col-5 control-label text-right']) !!}
{{ trans("lang.contact_details_store") }}
{!! Form::label('erp_store_code', 'Erp Store Code', ['class' => 'col-5 control-label text-right']) !!}
{!! Form::text('erp_store_code',$contact_details[0]->erp_store_code, ['class' => 'form-control','placeholder'=> 'Enter Erp Store Code',"required"=>"true"]) !!}
Enter Erp Store Code
{{trans('lang.cancel')}}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush