@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' => ['locations.update', $editlocations[0]->id], 'method' => 'patch']) !!}
{!! Form::label('country', 'Country Name', ['class' => 'col-5 control-label text-right']) !!}
{!! Form::label('name', trans("lang.name"), ['class' => 'col-5 control-label text-right']) !!}
{!! Form::text('name',$editlocations[0]->name, ['id'=>'esearchcity','class' => 'form-control','placeholder'=> trans("lang.locations_name_placeholder"),'required'=>'true']) !!}
{{ trans("lang.locations_name_help") }}
{!! Form::label('store_id', trans("lang.store_name"), ['class' => 'col-5 control-label text-right']) !!}
{!! Form::label('status', trans("lang.status"), ['class' => 'col-5 control-label text-right']) !!}
{{ trans("lang.status") }}
{{trans('lang.cancel')}}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush