@extends('admin.admin-layouts.main-layout') @section('title', $title) @section('content')
@csrf
Add Team
@if (session('error')) @endif
@if(!empty($team))
Emp_Image
@endif
@endsection