@extends('admin.adminmaster')
@section('title')
Admin-Posters
@endsection
@section('content')
@section('heading')
Posters
@endsection
| ID
|
Title
|
Tag 1
|
Tag 2
|
Status
|
Image
|
Action
|
@foreach ($posters as $poster)
| {{ $poster['id'] }}
|
{{ $poster['title'] }}
|
{{ $poster['tag1'] }}
|
{{ $poster['tag2'] }}
|
{{ $poster['status'] }}
|
|
|
@endforeach
@section('script')
@endsection
@endsection