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

Add Our Team

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