@extends('backend.template') @section('content')

{{ label('Teams List') }}

{{ label('Create New') }}
{{-- --}} {{-- --}} {{-- --}} @php $i = 1; @endphp @foreach ($data as $item) {{-- --}} {{-- --}} {{-- --}} @endforeach
{{ label('Sn.') }}{{ label('Branches') }}{{ label('Thumb') }} {{ label('Name') }} {{ label('Alias') }}{{ label('Photo') }}{{ label('Designation') }}{{ label('Role') }}{{ label('Action') }}
{{ $i++ }} {!! getFieldData('tbl_branches', 'title', 'branch_id', $item->branches_id) !!} {{ showImageThumb($item->thumb) }} {{ $item->title }}
{{ $item->alias }}
change alias
{{ showImageThumb($item->photo) }}{{ $item->designation }}{{ $item->role }}
@endsection @push('css') @endpush @push('js') @endpush