@extends('adminlte::page') @section('title', 'Add team member') @section('content_header')

Create Team

@stop @section('content')
@if (count($errors) > 0)
Whoops! There were some problems with your input.
@endif
@csrf

Add team

@error('name') {{ $message }} @enderror
@error('position') {{ $message }} @enderror

About

@error('social') {{ $message }} @enderror

Team Details

  Note: size: Width-500px Height: 500px your image
@stop @section('js') {{-- ck editor image updoad --}} {{-- view image while uploading --}} {{-- create live slug --}} {{-- for auto hide alert message --}} {{-- ck editor image updoad --}} {{-- Success and error notification alert --}} @stop