@extends('layouts.admin') @section('title','Press Release') @section('page_title','') @section('page_level_css') @endsection @section('content')

PRESS RELEASE MANAGER

EXPLANATION: Use this component to manage and update all PRESS RELEASE withing the company.

@php $url = getAURL('press-release'); if(isset($data->id)) {$url = getAURL('press-release/' . $data->id);} @endphp
Press Release Manager
@csrf @if(isset($data->id)) {{ method_field('PUT') }} @endif
Note : All fields are mandatory
Drag & Drop file here
or
Browse File
Edit Title
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush