@extends('backend.layouts.master') @section('title') Teams @endsection @section('css') @endsection @section('content')

Teams

{!! Form::open(['route' => 'teams.store','method'=>'post','class'=>'needs-validation','novalidate'=>'','enctype'=>'multipart/form-data']) !!}

Team details

Please enter the name.
Please enter the post.
Please enter the fb link.
Please enter the twitter link.

Team Image Details *

Please select a image.
*use image minimum of 650 x 650px
Please enter the Instagram link.
Please enter the Linkedin link.
{!! Form::close() !!}

Team List

@if(@$teams) @foreach($teams as $team) @endforeach @endif
# Team Image Name Post Action
{{@$team->name}} {{ucfirst(@$team->name)}} {{(!empty($team->post) ? $team->post:"")}}
@endsection @section('js') @endsection