@extends('layouts.contentLayoutMaster')
{{-- title --}}
@section('title','股東 列表')
{{-- vendor style --}}
@section('vendor-styles')
@endsection
@section('content')
@endsection
{{-- vendor scripts --}}
@section('vendor-scripts')
@endsection
{{-- page scripts --}}
@section('page-scripts')
{{-- --}}
@endsection