@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
Setting Register Statements
@foreach($result??[] as $key=>$value)
@endforeach


{{ csrf_field() }}
@endsection