@extends('layouts.admin') @section('title','LabPair Screen Content') @section('page_title','') @section('page_level_css') @endsection @section('content')

LABPAIR NEWS MANAGER

EXPLANATION: Use this component to create and manage news and article content, whether created by staff within the company, or by individuals, bloggers and third-parties outside of LabPair.

@php $url = getAURL('site-content'); if(isset($data->id)) {$url = getAURL('site-content/' . $data->id);} @endphp
Update Site Content
@csrf @if(isset($data->id)) {{ method_field('PUT') }} @endif
Drag & Drop file here
or
Browse File
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush