@extends('backend.template') @section('content')
{{label("Sn.")}} | {{ label("title") }} | {{ label("alias") }} | {{ label("branches") }} | {{ label("Action") }} |
---|---|---|---|---|
{{ $i++ }} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{!! getFieldData("tbl_branches", "title", "branch_id", $item->branches_id) !!} |
|