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

Edit Team

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

Add team

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

About

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

Team Details

  Note: size: Width-500px Height: 500px @if ($team->image) your image @else your image @endif
@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