@extends('backend.index') @section('content')
Add new region @foreach ($regions as $index => $region) @endforeach
Name Visible Action
{{ $region->name }} @if($region->visibility) Yes @else No @endif
@endsection