@extends("admin.layouts.app") @section("styles") @endsection @section("content")
{{Form::text("title",Request::get("title",NULL),['class'=>"form-control form-filter input-sm"])}} | {!! Form::close() !!} |
iHouse Village | Mapped Village | ||||||
---|---|---|---|---|---|---|---|
{{$village_mapper->title}}
id)}}" target="_blank" class="btn btn-outline btn-sm purple" title="Edit"> @lang("constants.edit")
id,"mapping"=>true])}}" class="btn btn-outline btn-sm red" title="Delete"> @lang("constants.delete")
|
{{Form::select("value[".$village_mapper->id."]",$mapped_villages,\App\Models\CityMapper::where("type",$provider)->where("city_id",$village_mapper->id)->first() ? \App\Models\CityMapper::where("type",$provider)->where("city_id",$village_mapper->id)->first()->mapping_id : null,['class'=>'form-control m-input select2',"placeholder"=>"Select village"])}}
|
||||||
{!! $village_mappers->appends(request()->all())->links()!!} |