@extends('layouts.app') @section('title', 'buyer | '.config('app.name')) @section('style') @endsection @section('content')

My Notifications

@forelse($notify as $key => $data) @empty @endforelse
{{ $data->buyer->name }} sign offer
View
No notification found.
@endsection @section('script') @endsection