@extends('layouts.app') @push('title') {{$title}} @endpush @section('content')

{{ __($title) }}

{{ __('SL#') }}
{{ __('Department') }}
{{ __('Short Name') }}
{{ __('Action') }}
@endsection @push('script') @endpush