@extends('main') @section('css') @endsection @section('content')
@if(session('message'))
@endif
@if(!empty($bio)) @foreach($bio as $b) @endforeach @endif
BIO Options
{{ $b->bio }}
{{csrf_field()}}
@endsection @section('js') @endsection