@extends('admin.layout')
@section('content')
Manage About
| Id |
Image |
Name |
Designation |
Description |
Facebook |
Twitter |
Email |
Linkedin |
Action |
@foreach($teamlists as $teamlist)
| {{$teamlist->id}} |
|
{{$teamlist->name}} |
{{$teamlist->designation}} |
{{$teamlist->text}} |
{{$teamlist->fb}} |
{{$teamlist->twitter}} |
{{$teamlist->email}} |
{{$teamlist->linkedin}} |
|
@endforeach
| Id |
Image |
Name |
Designation |
Description |
Facebook |
Twitter |
Email |
Linkedin |
Action |
@endsection