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

{{ label('Visas List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('Image') }} {{ label('Title') }} {{ label('Branches') }} {{ label('For') }} {{ label('University') }} {{ label('Alias') }} {{ label('Faculty') }} {{ label('Action') }}
{{ $i++ }} {{ showImageThumb($item->image) }} {{ $item->title }} {!! getFieldData('tbl_branches', 'title', 'branch_id', $item->branches_id) !!} {{ $item->for }} {{ $item->university }}
{{ $item->alias }}
change alias
{{ $item->faculty }}
@endsection @push('css') @endpush @push('js') @endpush