@extends('layouts.app') @section('form-title') {{ __('Search') }} @endsection @section('form-sub-title') {{ __('Type a search term and filter on results') }} @endsection @section('breadcrumb') @endsection @section('content')
{{-- Search start --}}
{{ __('Search in') }}:
{{-- Search end --}}
{{-- Search end --}} {{-- Filters start --}} {{--
{{ __('Filters') }}
--}} {{-- Filters end --}} {{-- Organisation listing start --}}
{{ __('Organisations') }}
{{ __('Organisation') }}
{{-- Organisation listing end --}} {{-- Projects listing start --}}
{{ __('Projects') }}
{{ __('Project') }} {{ __('Organisation') }}
{{-- Projects listing end --}} {{-- Tasks listing start --}}
{{ __('Tasks') }}
{{ __('Task') }} {{ __('Organisation') }} {{ __('Project') }}
{{-- Tasks listing end --}} {{-- Attachments listing start --}}
{{ __('Attachments ') }}
{{ __('Attachment') }} {{ __('Task') }} {{ __('Organisation') }} {{ __('Project') }}
{{-- Attachments listing end --}} {{-- Users listing start --}}
{{ __('Users') }}
{{ __('Name') }} {{ __('Organisation') }} {{ __('Role') }}
{{-- Users listing end --}}
@endsection @push('child-scripts') @endpush