芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/resources/views/project/index.blade.php
@extends('layouts.main') @section('title') {{ __('Project') }} @endsection @section('page-title')
@yield('title')
@endsection @section('content')
{{ __('Select Category') }}
@if (isset($category)) @foreach ($category as $row)
{{ $row->category }}
@endforeach @endif
{{ __('Select Status') }}
{{ __('InActive') }}
{{ __('Active') }}
{{ __('ID') }}
{{ __('Client Name') }}
{{ __('Mobile') }}
Title
{{ __('Category') }}
{{ __('Type') }}
{{ __('Image') }}
{{ __('Enable/Disable') }}
{{ __('Documents/Images') }}
{{ __('Documents / Images') }}
Images
Documents
Floor Plans
@endsection @section('script') @endsection