@extends('layouts.adminapp') @section('content') {{-- Flyers --}}

Flyers

@foreach($Flyers as $Flyer) @endforeach
Flyer Group Name Actions
{{$Flyer->group_name}} Edit
@csrf @method('delete')
@endsection