@extends('includes.layouts.admin') @section('page-title') Edit Package @endsection @section('content') Edit Package Home Edit Package @csrf @method('PUT') Package Type * package_type=='shares'?'selected':'' }}>Limited By Shares package_type=='Guarantee'?'selected':''}}>Limited By Guarantee package_type=='Non_Residents'?'selected':'' }}>Non Residents package_type=='LLP'?'selected':'' }}>LLP package_type=='Eseller'?'selected':'' }}>Eseller package_type=='PLC_Package'?'selected':'' }}>PLC Package Description {!! $package->description !!} Features {{-- add --}} @if($package->features) @foreach($package->features as $key => $value) Remove @endforeach @endif Faqs @if($package->faqs) @foreach($package->faqs as $key => $value) @endforeach {{-- --}} @endif Please note {!! $package->notes !!} Package Icon @if($package->getFirstMediaUrl('package_icon')) @endif Online Formation Within Facilities {{-- @php dd(json_decode($package->facilities)); @endphp --}} @foreach($facility as $key => $value) id}} @if(!empty(json_decode($package->facilities)) && in_array($value->id,json_decode($package->facilities))) selected @endif>{{$value->name}} @endforeach Save @endsection @section('scripts') @endsection