@extends('layouts.master') @section('title'){{__('sidebar.addindusty_project')}} @endsection @section('css') @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.addindusty_project')}} @endslot @slot('subtitle') {{__('sidebar.industy')}} @endslot @endcomponent
@csrf {{isset($industry_project)?method_field('PUT'):''}}
{{-- @if(isset($industry_project))
@else
@endif --}}
{{--
--}}
{{-- @foreach ($industy_services as $item) @if (session()->get('locale') == 'en') @elseif (session()->get('locale') == 'ar') @else @endif @endforeach --}}
@if(isset($industry_project)) @foreach ($industry_project->industry_project_services() as $industry_project_service_)
@endforeach @else
{{-- --}}
@endif
@if(isset($industry_project)) @else @endif

@endsection @section('scripts')