@extends('layouts.admin') @section('title') @lang('Project Categories') @endsection @section('breadcrumb')

@lang('Project Categories')

@endsection @section('content')
@foreach ($categories as $item) @endforeach
@lang('Name') @lang('Status') @lang('Action')
{{$item->name}} @if ($item->status == 1) @lang('Active') @else @lang('Inactive') @endif
@endsection @push('script') @endpush