@extends('admin.pages.Bussiness-plan-builder.layout.master') @section('bussinessplanbuilder') @section('var2','show') @section('managementteam','active1')

Management Team

Work on this if you're ready to enter bios for the company's key personnel. Skip for Now »

@if(Session::get('errors')) {{-- {{dd(Session::get('errors')->first())}} --}}
{{Session::get('errors')->first()}}
{!!Session::forget('errors')!!} {!!Session::forget('alert')!!} @endif @forelse($managementBio as $key => $managementBio_val) @empty @endforelse
Name Title Action
{{$managementBio_val->title}}
« Back
Continue to Payroll »
{{-- Create bio Modeal --}} {{-- Name Modal --}} {{-- hire a expert penicl icon --}} @endsection @section('script') @endsection