@extends('admin.layouts.dashboard') @php $title = "Add Offer"; $button_text = "Submit"; if(!empty($offer)) { $title = "Edit Offer"; $button_text = "Update"; } @endphp @section('title', 'All Users') @section('content')