@extends('layouts.backend.app') @section('title','Website Information Edit') @push('css') @endpush @section('content')
Website Information Edit
@csrf @method('PUT')
Favicon
Logo
Logo
Logo
Logo

popup_switch==1) checked @endif type="checkbox" name="popup_switch" value="1">
@php $icon = explode("|",$website->icon); $link = explode("|",$website->link); @endphp @foreach($icon as $key=>$icon) @endforeach
Social icon ( https://fontawesome.com/v4.7.0/icons/ ) Link Add / Remove
@endsection @push('js') @endpush