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

@foreach ($sources as $r) @endforeach
ID Name Action
{{ $r->id }} {{ $r->name }}
History {{--
@method('DELETE') @csrf
--}}
@endsection @section('ajax') @endsection