{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors")

Note : To add multiple goal, select one goal and submit.Then add a new goal.

@foreach($state_list1 as $id => $title)
@endforeach
@endsection {{-- Scripts Section --}} @section('scripts') @endsection