@extends('layouts.app') @section('content')
@csrf @foreach($providers as $provider) {{$provider->name}}
@endforeach
@endsection