@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title'=> __('Pages'), 'buttons'=>[ [ 'name'=>' '.__('Create a team'), 'url'=>route('admin.team.create'), ] ] ]) @endsection @section('content')
{{ __('Name') }} | {{ __('Position') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|
|
{{ Str::limit($post->slug,50) }} | {{ $post->status == 1 ? __('Active') : __('Draft') }} |
|