{{-- resources/views/pro/society/edit.blade.php --}} @extends('layouts.base') @section('title', __('Company')) @section('content')

{{ __('Company details') }}

@if(session('ok'))
{{ session('ok') }}
@endif @if($errors->any())
@endif
{{ $society->name }}
@csrf @method('PUT')
{{--
--}}
@if($society->photo)
Logo
@endif {{ __('PNG/JPG up to 4MB') }}
@endsection