@extends('layouts.layout') @push('header') @endpush @section('content')

@lang('Goals Bank Settings')

@lang('Add Goals Bank')
@csrf
@isset($categories) @foreach ($categories as $category) @endforeach @endisset
@lang('Goals List')
@endsection @push('footer') {{-- --}} @endpush