@extends('layouts.master') @section('contain')

Announcements

{{--
Data table example
--}}
{{-- --}} {{-- --}} @php $num = 1; @endphp @foreach ($announcements as $announcment) {{-- --}} {{-- --}} {{-- --}} @endforeach
S.No UrlDescriptionMediaAction
{{ $num++ }} @if($announcment->url) Go @else - @endif {!! $announcment->description !!} {{ $announcment->unit }} @if ($announcment->user_type != 'admin') {{-- --}} {{-- --}}
@csrf @method('DELETE') @else Not Modify @endif
{{-- {{$vid??""}} --}}
@endsection