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