@extends('layouts.app') @section('content')

Create Offer

Send Proposal to {{ $artist->user->name }}
@csrf @if (count($events) > 0)

@endif Create new event
@endsection