@extends('layouts.master') @section('content')
Mass Assign Offers
@include('report.options.user-type')
{{csrf_field()}}
Check All UnCheck All

@foreach($users as $user) @endforeach

Check All UnCheck All

@foreach($offers as $offer) @endforeach

@endsection