@extends('layouts.master')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
SN |
Name |
Action |
@foreach ($guardian_relations as $key => $guardian_relation)
{{ ++$key }} |
{{ $guardian_relation->name }} |
Delete
|
@endforeach
@stop
@section('scripts')
@endsection