@extends('layouts.master') @section('title') Teams @endsection @section('extra-css') @endsection @section('index')
Teams
{{ csrf_field() }}
@error('name') @enderror
@error('position_id') @enderror
@error('credentials') @enderror

@error('linkIn_url') @enderror
@error('facebook_url') @enderror
@error('twitter_url') @enderror
@error('instagram_url') @enderror
Browse
@error('image') @enderror
@endsection @section('extra-script') @endsection