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

Buyer Listing

@if(Session::has('flash_message_error'))
{!! session('flash_message_error') !!}
@endif @if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif
@endsection @section('scripts') @endsection