@extends("admin/layouts.master") @section('title','Edit Social Icon') @section("body")

Edit Social Icon @if($row->icon == 'fb') Facebook @elseif($row->icon == 'tw') Twitter @else {{ ucfirst($row->icon) }} @endif

{{csrf_field()}} {{method_field('PUT')}}
Please choose Icon
status ==1 ? "checked" : ""}} id="toggle-event3" type="checkbox" class="tgl tgl-skewed"> (Please Choose Status)
@endsection