@extends('admin.layouts.app') @section('content')
@csrf @method('PUT')

Header

@if ($records->logo != '' && file_exists(uploadsDir('front') . $records->logo))
@endif
@if ($records->favicon != '' && file_exists(uploadsDir('front') . $records->favicon))
@endif

Site Settings

Add custom scripts you might want to be loaded in the footer of your website. You need to have SCRIPT or STYLE tag around scripts.

Social Links

@endsection