@extends('dashboard.layouts.master') @section('content') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Update Info @csrf {{ method_field('post') }} Mission {{ $info->mission }} Vision {{ $info->vision }} Strategy {{ $info->strategy }} @endsection @section('addJavascript') @endsection