@extends('layouts.dashboard') @section('css') @endsection @section('content')
@foreach ($company->branches_with_sections as $branch)

{{ $company->name[$lang] }}

type }}.jpg --}} style=" background-image: url('{{url('assets/css/demo3/images/single.jpg')}}') ; background-position: center; background-size: cover; ">
{{$branch->name[$lang] }}
@endforeach
@endsection @section('js') @endsection