@extends('user.layout.header_footer') @section('content') Vendors
@foreach ($vendor_list as $key => $c) @endforeach
Vendor Name Description Vendor Address Vendor Fax Vendor Email Vendor P_number Vendor P_number Edit Delete
{!! ucwords($c->name) !!}
{!! ucwords($c->descrption) !!}
{!! ucwords($c->address) !!}
{!! ucwords($c->fax) !!}
{!! ucwords($c->email) !!}
{!! ucwords($c->personal_number) !!}
{!! ucwords($c->phone_number) !!}
@endsection