@extends('backend.layout.master') @section('content') Press Release News Dashboard Press Release News @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Press Release News:{{$pressrelease->title}} @csrf @method('PUT') Press Release Title Press Release Title Arabic Product Names {!! $pressrelease->product_names !!} Press Release Date Type Select Type type == '1' ? 'selected' : '' }} value="1">PDF type == '2' ? 'selected' : '' }} value="2">CMS Page PDF @if($pressrelease->pdf) {{$pressrelease->pdf}} Remove PDF @endif ZIP @if($pressrelease->zip) {{$pressrelease->zip}} Remove Zip @endif Content {!! $pressrelease->content !!} Content Arabic {!! $pressrelease->contentar !!} Status Select Status status == '1' ? 'selected' : '' }} value="1">Active status == '0' ? 'selected' : '' }} value="0">Non-Active @endsection @push('specific_css') @endpush @push('specific_js') @endpush
{{$pressrelease->title}}