@extends('backend.layouts.app') @section('title', $title) @section('style') @endsection @section('content')
@csrf @method("PUT")
@foreach($pointActions as $key => $pointAction)

Action

{{$pointAction->action}}

@endforeach
@endsection