@extends('layouts.app') @section('custom-css') @endsection @section('content')
Create Flyer Request
Select
Size
Price
Quantity

@csrf @foreach($flyers as $key => $flyer)
You can place an order of max. {{$flyer->current_stock}} flyers of this size

@endforeach
@endsection