@extends('layouts.admin-layout') @section('title') Edit Our Team @endsection @section('content')

Edit Our Goal

Back
@csrf
@error('name') {{ $message }} @enderror
@error('designation') {{ $message }} @enderror
Profile Preview
@endsection @section('script') @endsection