@extends('layout') @section('actions')
Add a Religion
@endsection @section('title') Religions @endsection @section('content')
@foreach($religions as $item) @endforeach
Name Actions
{{ $item->name }}
@endsection